projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e0321a
)
* sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
author
Ken Brown
<kbrown@cornell.edu>
Wed, 2 Mar 2011 21:30:51 +0000
(16:30 -0500)
committer
Ken Brown
<kbrown@cornell.edu>
Wed, 2 Mar 2011 21:30:51 +0000
(16:30 -0500)
src/ChangeLog
patch
|
blob
|
history
src/sheap.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 34e28866144592f61f6416d35880cfd214af4d8b..bce452be786b0ecddf4f8b7bfe8885806150af74 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2011-03-02 kbrown <kbrown@cornell.edu>
+
+ * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
+
2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
Work around some portability problems with symlinks.
diff --git
a/src/sheap.c
b/src/sheap.c
index 65fbab538bbc08ff63f53386b17a697bd5b96922..31414fbe5c6032196408274bdd388e36f6ecb16c 100644
(file)
--- a/
src/sheap.c
+++ b/
src/sheap.c
@@
-25,7
+25,7
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <unistd.h>
-#define STATIC_HEAP_SIZE (1
2
* 1024 * 1024)
+#define STATIC_HEAP_SIZE (1
3
* 1024 * 1024)
int debug_sheap = 0;